home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960715-19961006 / 000424_news@columbia.edu _Mon Sep 30 12:53:42 1996.msg < prev    next >
Internet Message Format  |  1996-11-03  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id MAA06162 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 30 Sep 1996 12:53:41 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id MAA17293 for kermit.misc@watsun; Mon, 30 Sep 1996 12:53:40 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: kermit tcp/ip
  8. Date: 30 Sep 1996 16:53:19 GMT
  9. Organization: Columbia University
  10. Lines: 18
  11. Message-ID: <52ottv$fbt@apakabar.cc.columbia.edu>
  12. References: <52opvm$bjb@news.NetVision.net.il>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <52opvm$bjb@news.NetVision.net.il>,
  16. amnon.cohen <am62@netvision.net.il> wrote:
  17. : in kermit ,  under tcp/ip  ,  every time  I  HIT "ENTER"    IT RESULTS
  18. : IN TWO   "ENTERS" 'S   - PLEASE  HELP
  19. Which Kermit?
  20.  
  21. Anyway, this is usually because a failure to properly negotiate Telnet
  22. protocol items by the Telnet server on the far end.  You can usually
  23. work around it by telling Kermit to:
  24.  
  25.   set telnet newline-mode off
  26.  
  27. or:
  28.  
  29.   set telnet newline-mode raw
  30.  
  31. - Frank